home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tsbase11.zip / TSBASE.INF < prev    next >
Text File  |  1992-09-27  |  3KB  |  92 lines

  1. Sun 27-September-1992
  2.  
  3. About TSBASE in General                        (All rights reserved)
  4. =======================
  5.  
  6. This package may be used and distributed freely for NON-COMMERCIAL,
  7. NON-INSTITUTIONAL, PRIVATE purposes, provided it is not changed in
  8. any way. (Repacking with another method is ok, though.) For ANY
  9. other usage, such as use in a business enterprise or a university,
  10. contact the author for registration. Uploading to bulletin boards is
  11. encouraged. Please do not distribute any part of this package
  12. separately.
  13.  
  14. The programs are under development. Comments and contacts are
  15. solicited. If you have any questions, please do not hesitate to use
  16. electronic mail for communication.
  17. InterNet address: ts@uwasa.fi          (preferred)
  18. Bitnet address:   SALMI@FINFUN.BITNET
  19.  
  20. The author shall not be liable to the user for any direct, indirect
  21. or consequential loss arising from the use of, or inability to use,
  22. any program or file howsoever caused. No warranty is given that the
  23. programs will work under all circumstances.
  24.  
  25. Timo Salmi
  26. Professor of Accounting and Business Finance
  27. Faculty of Accounting & Industrial Management
  28. University of Vaasa
  29. P.O. BOX 297, SF-65101 Vaasa, Finland
  30.  
  31.  
  32. Timo Salmi a programmer's tool BASE, release 1.1 has the following
  33. *    *                         ****          * *
  34. contents:
  35.  
  36. TSBASE11        A programmer's tools base
  37. Filename        Comment
  38. --------        --------------------------------
  39. BASE.EXE        Convert from one base to another
  40. BC.EXE          Base calculations (+-* and or..)
  41. FILE_ID.DIZ     Brief characterization of TSBASE
  42. SCANCODE.EXE    Get key scan/ascii/status codes
  43. TSBASE.INF      Document (a readme)
  44. TSBASE.NWS      News announcements about tsbase
  45. TSPROG.INF      List of PD programs from T.Salmi
  46. VAASA.INF       Info: Finland, Vaasa, U of Vaasa
  47. ----            ------             ------  -----
  48. 0008
  49.  
  50.  
  51. BASE.EXE (ver 1.1)  Convert from one base to another
  52. ==================
  53.  
  54. Usage: BASE FromBase ToBase Number [LastNumber] [/b] [/g##]
  55.                                       Batch mode ─┘    │
  56.               space the output in Groups of ## digits ─┘
  57.  
  58. The range of the bases covers the range from 2 to 36. The program
  59. can be used to convert a single value or a range of values by giving
  60. the optional LastNumber as a parameter.
  61.  
  62. Examples:
  63.   BASE 10 16 255
  64.   BASE 10 16 127 255 | more
  65.  
  66.  
  67. BC.EXE (Ver 1.1)  Base calculations (+-* and or..)
  68. ================
  69.  
  70. BC inputBase firstNumber operator secondNumber [outputBase] [/b] [/g##]
  71.                             │                                 │    │
  72.         div mod or xor and ─┘                     Batch mode ─┘    │
  73.         shl shr + - *                                              │
  74.                           space the output in Groups of ## digits ─┘
  75.  
  76. Examples:
  77.   BC 16 1F + FF      (Add hexadecimals 1F and FF, result in hexadecimal)
  78.   BC 16 1F + FF 10   (Same, but result in decimal)
  79.   BC 10 5 shl 1      (Shift value of 5 left by 1 bytes)
  80.   BC  2 0110 or 1001 10  (Or binary 0110 with 1001, result in decimal)
  81.  
  82.  
  83. SCANCODE.EXE (Ver 1.0)  Get key scan/ascii/status codes
  84. ======================
  85.  
  86. Usage:  SCANCODE  [ 1 | 2 | 3 | 4 ]
  87.    get ascii codes ─┘   │   │   │
  88.      get keyscan codes ─┘   │   │
  89.           get shift status ─┘   │
  90.      get extended shift status ─┘
  91.  
  92.